From: Michael Albinus Date: Mon, 10 Jan 2011 09:40:20 +0000 (+0100) Subject: * NEWS: Add new function dbus-register-service. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5236 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=02b28a215a5436bd4bfe93a3924ea543bcd31bc3;p=emacs.git * NEWS: Add new function dbus-register-service. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 133604f9bc0..60c841867d3 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-10 Jan Moringen + + * NEWS: Add new function dbus-register-service. + 2011-01-09 Chong Yidong * themes/tango-theme.el, themes/tango-dark-theme.el: Let-bind diff --git a/etc/NEWS b/etc/NEWS index 2db17e550d0..a4b39da3c60 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -565,7 +565,12 @@ threads simultaneously. *** It is possible now, to access alternative buses than the default system or session bus. -*** dbus-register-{method,property} do not necessarily register names anymore. +*** dbus-register-{service,method,property} +The -method and -property functions do not automatically register +names anymore. + +The new function dbus-register-service registers a service known name +on a D-Bus without simultaneously registering a property or a method. ** Tramp